home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / lang / DynamicDemo_PAS.lha / Dynamic_Demo.DOC < prev    next >
Text File  |  1993-09-26  |  548b  |  19 lines

  1. Another small HiSpeed Pascal demo...
  2.  
  3. The program creates a Dynamic DataList, and displays the list graphically...
  4. You can Insert New datarecords: - at position
  5.                                 - at the begin
  6.                                 - at the end
  7. You can also DELETE a datarecord (any position!).
  8.  
  9. It tries to show you (simple) how a dynamic list can work (including
  10. pointers)...
  11.  
  12. Have fun...
  13.  
  14. Hans
  15. (luyten@kub.nl)
  16.  
  17. p.s. this will compile and run on : Atari (HiSpeed Pascal) and
  18.                                     MSDos (Turbo Pascal >5.5).
  19.